		CONTROL:
			Ethernet/IP is the preferred control method, although RS232 is supported as well.

		VIDEO MATRIX:
			The profile supports a maximum of 8 x 8 video switching:
			Features 8 x HDMI inputs which can be independently routed to 8 x HDBaseT™ outputs
			
		VOLUME CONTROL:
			The profile supports the the basic AV_VOLUMECONTROL_FUNCTION actions, which are:
				IncreaseVolume
				DecreaseVolume
				SetVolume	(Accepts an input value from 0 to 50. A value of 25 would set the volume to 50%)
				MuteOn		(Analogue audio mute)
				MuteOff		(Analogue audio mute)
			
		POWER ON/OFF DEVICE:
			A 'PowerOnDevice' custom action and a 'PowerOffDevice' custom action have been added to the profile.
			
		FEEDBACK:
			A number of state variables have been created to provide feedback for each output, these are:
			- Selected Input
			- IsVideoMute (1= Video Mute OFF, 0=Video Mute ON)
			- Current Mute Status
			- Current Volume
			
			The state variables are updated on initial load and then only updated when a change is made.  This driver does not poll for status or volume feedback.
			On a smart host it can take between 2 to 5 minuits to read in the variable data on on initial load.  During this time switching commands might not work.
			
					====================== Change Log ==================

			Version: 1.0, Change: Profile created
			Version: 1.1, Change: Added an action to get output status.
			Version: 1.2, Change: Fixed Bug where the IsVideoMute status was showing the wrong way round.
			Version: 1.3, Change: Added feedback for Selected Input state, Video Mute state and Volume/Mute status back in.
			Version: 1.4, Change: Consolidated Feedback parsing to improve performance.
			Version: 1.5, Change: Increase IP Response time to 12500ms and added init actions for each logical component that triggers on startup and after 10s calls the OUTSTA command.